home *** CD-ROM | disk | FTP | other *** search
/ The Doomsday Disk / THE DOOMSDAY DISK.iso / goodies / dfuse100 / demo4.doc < prev    next >
Text File  |  1995-06-01  |  2KB  |  38 lines

  1. /* -------------------------------------------------------------------------- */
  2. /* DFUSE DEMO 4 : simple triggers.                                            */
  3. /* -------------------------------------------------------------------------- */
  4.  
  5. This mini-level has been designed to demonstrate the use of triggers.
  6. Please also see their description in the .INF file (press 'i' in LEVMAP).
  7. It is based on demo3, so try that one first, as it will be easier to follow.
  8.  
  9. You fill find:
  10.  
  11. 1. A trigger switch1, which enables the simple_platform elevator whose MASTER
  12.    is OFF at startup. This is an essential thing to know.
  13.    [Left wall]
  14.  
  15. 2. A trigger switch1, which send next_stop messages to a variable_switch1
  16.    elevator which alternate between two positions. This one sends messages
  17.    to morphspin01 (master_on, master_off, master_on, ...). This in effect
  18.    implements a toggle, but the switch always come back to its start 'color'.
  19.    Note that a slight 0.25 s delay has been set up, so that you see that
  20.    the switch really changes !
  21.    [Right wall]
  22.  
  23. 3. A real trigger toggle, which does the same as 2, but for the scroll1
  24.    elevator. Here, the switch is and stays red when off, and green when on.
  25.    [Bottom Left wall]
  26.  
  27. TO INSTALL IT
  28. =============
  29.  
  30. Go to the DOS prompt, and type 'demo4-d! -d'.
  31.  
  32. DON'T FORGET THE '-d' or the level will be extracted in the wrong directory.
  33.  
  34. Be careful, this is a SECBASE replacement, and you risk to destroy any work you
  35. have done on that level.
  36.  
  37. (note that extracted means 'from the PKZIP exe file' here, not from a .GOB)
  38.